summaryrefslogtreecommitdiff
path: root/src/config.h
blob: 00fb06799a38fea36b35568141c4ef1652654cfd (plain)
1
2
3
4
5
6
7
8
#ifndef CONFIG_H
#define CONFIG_H

#define DEBUG_DIVIDE false
#define DBS( s, x ) if( DEBUG_ ##s ) { x; } (void)0


#endif